Html Css Color HEX #FED727 Turbo

📋 copy color: '#FED727'

red 254 ◦ green 215 ◦ blue 39

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

Shades of Turbo #FED727

Tints of Turbo #FED727

RGB

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

 GREEN value IS 215 (84.38% from 255) = 42.32%

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

R = 50%
G = 42.32%
B = 7.68%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED727 (or 0xFED727) is known color: Turbo. HEX triplet: FE, D7 and 27. RGB value is (254,215,39). Sum of RGB (Red+Green+Blue) = 254+215+39=508 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50% from 508); Green value is 215 (84.38% from 255 or 42.32% from 508); Blue value is 39 (15.62% from 255 or 7.68% from 508); Max value from RGB is 254 - color contains mainly: red. Hex color #FED727 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED727 is #0128D8. Grayscale: #CFCFCF. Windows color (decimal): -75993 or 2611198. OLE color: 2611198.

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

Color convert

RGB 254 215 39 -
CMYK 0 0.15 0.85 0.00
HSL 49.12º 0.99% 0.57% -
HSV(B) 49.12º 0.85% 1% -
XYZ 65.54 69.82 11.94 -
YUV 206.6 33.42 161.81 -
System Red Green Blue C M Y K H S L
Decimal 254 215 39 0 0.15 0.85 0.00 49.12 0.99 0.57
Hex FE D7 27 0 F 55 0 31 63 39
Octal 376 327 47 0 17 125 0 61 143 71
Binary 11111110 11010111 100111 0 1111 1010101 0 110001 1100011 111001

Color Harmonies of #FED727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED727

Black with #FED727

Text Example


Text Example

White with #FED727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED727; }

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

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

background-color css

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

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

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

border-color css

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

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

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