Html Css Color HEX #FED525 Turbo

📋 copy color: '#FED525'

red 254 ◦ green 213 ◦ blue 37

#FED525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turbo #FED525

Tints of Turbo #FED525

RGB

 RED value IS 254 (99.61% from 255) = 50.4%

 GREEN value IS 213 (83.59% from 255) = 42.26%

 BLUE value IS 37 (14.84% from 255) = 7.34%

R = 50.4%
G = 42.26%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.85

 K value IS 0.00

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#FED525 (or 0xFED525) is known color: Turbo. HEX triplet: FE, D5 and 25. RGB value is (254,213,37). Sum of RGB (Red+Green+Blue) = 254+213+37=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 213 (83.59% from 255 or 42.26% from 504); Blue value is 37 (14.84% from 255 or 7.34% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FED525 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED525 is #012ADA. Grayscale: #CDCDCD. Windows color (decimal): -76507 or 2479614. OLE color: 2479614.

HSL color Cylindrical-coordinate representation of color #FED525: hue angle of 48.66º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FED525 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 213 37 -
CMYK 0 0.16 0.85 0.00
HSL 48.66º 0.99% 0.57% -
HSV(B) 48.66º 0.85% 1% -
XYZ 65 68.79 11.6 -
YUV 205.2 33.08 162.81 -
System Red Green Blue C M Y K H S L
Decimal 254 213 37 0 0.16 0.85 0.00 48.66 0.99 0.57
Hex FE D5 25 0 10 55 0 31 63 39
Octal 376 325 45 0 20 125 0 61 143 71
Binary 11111110 11010101 100101 0 10000 1010101 0 110001 1100011 111001

Color Harmonies of #FED525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED525

Black with #FED525

Text Example


Text Example

White with #FED525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED525; }

 p { color: rgb(254,213,37); }

 H1.HeaderClassName
 {
   color: #FED525;
 }
 .AnyTagClassName
 {
   color: #FED525;
 }
</style>

background-color css

<style>
 a { background-color: #FED525; }

 a { background-color: rgb(254,213,37); }

 div.DivClassName
 {
   background-color: #FED525;
 }
 .BgClassName
 {
   background-color: #FED525;
 }
</style>

border-color css

<style>
 span { border-color: #FED525; }

 span { border-color: rgb(254,213,37); }

 td.TdClassName
 {
   border-color: #FED525;
 }
 .TagClassName
 {
   border-color: #FED525;
 }
</style>