Html Css Color HEX #FED327 Turbo

📋 copy color: '#FED327'

red 254 ◦ green 211 ◦ blue 39

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

Shades of Turbo #FED327

Tints of Turbo #FED327

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.87%

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

R = 50.4%
G = 41.87%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.85

 K value IS 0.00

RGB Variations

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

Color information

#FED327 (or 0xFED327) is known color: Turbo. HEX triplet: FE, D3 and 27. RGB value is (254,211,39). Sum of RGB (Red+Green+Blue) = 254+211+39=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 211 (82.81% from 255 or 41.87% from 504); Blue value is 39 (15.62% from 255 or 7.74% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FED327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FED327 is #012CD8. Grayscale: #CCCCCC. Windows color (decimal): -77017 or 2610174. OLE color: 2610174.

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

Color convert

RGB 254 211 39 -
CMYK 0 0.17 0.85 0.00
HSL 48º 0.99% 0.57% -
HSV(B) 48º 0.85% 1% -
XYZ 64.53 67.81 11.61 -
YUV 204.25 34.75 163.49 -
System Red Green Blue C M Y K H S L
Decimal 254 211 39 0 0.17 0.85 0.00 48 0.99 0.57
Hex FE D3 27 0 11 55 0 30 63 39
Octal 376 323 47 0 21 125 0 60 143 71
Binary 11111110 11010011 100111 0 10001 1010101 0 110000 1100011 111001

Color Harmonies of #FED327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FED327

Black with #FED327

Text Example


Text Example

White with #FED327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FED327; }

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

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

background-color css

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

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

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

border-color css

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

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

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