Html Css Color HEX #FED527 Turbo

📋 copy color: '#FED527'

red 254 ◦ green 213 ◦ blue 39

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

Shades of Turbo #FED527

Tints of Turbo #FED527

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 7.71%

R = 50.2%
G = 42.09%
B = 7.71%

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

#FED527 (or 0xFED527) is known color: Turbo. HEX triplet: FE, D5 and 27. RGB value is (254,213,39). Sum of RGB (Red+Green+Blue) = 254+213+39=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 213 (83.59% from 255 or 42.09% from 506); Blue value is 39 (15.62% from 255 or 7.71% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FED527 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED527 is #012AD8. Grayscale: #CECECE. Windows color (decimal): -76505 or 2610686. OLE color: 2610686.

HSL color Cylindrical-coordinate representation of color #FED527: hue angle of 48.56º 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 #FED527 is Cyan = 0, Magento = 0.16, Yellow = 0.85 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 213 39 -
CMYK 0 0.16 0.85 0.00
HSL 48.56º 0.99% 0.57% -
HSV(B) 48.56º 0.85% 1% -
XYZ 65.03 68.81 11.77 -
YUV 205.42 34.08 162.65 -
System Red Green Blue C M Y K H S L
Decimal 254 213 39 0 0.16 0.85 0.00 48.56 0.99 0.57
Hex FE D5 27 0 10 55 0 31 63 39
Octal 376 325 47 0 20 125 0 61 143 71
Binary 11111110 11010101 100111 0 10000 1010101 0 110001 1100011 111001

Color Harmonies of #FED527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED527

Black with #FED527

Text Example


Text Example

White with #FED527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED527; }

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

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

background-color css

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

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

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

border-color css

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

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

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