Html Css Color HEX #FDC81E Turbo

📋 copy color: '#FDC81E'

red 253 ◦ green 200 ◦ blue 30

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

Shades of Turbo #FDC81E

Tints of Turbo #FDC81E

RGB

 RED value IS 253 (99.22% from 255) = 52.38%

 GREEN value IS 200 (78.52% from 255) = 41.41%

 BLUE value IS 30 (12.11% from 255) = 6.21%

R = 52.38%
G = 41.41%
B = 6.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.88

 K value IS 0.01

RGB Variations

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

Color information

#FDC81E (or 0xFDC81E) is known color: Turbo. HEX triplet: FD, C8 and 1E. RGB value is (253,200,30). Sum of RGB (Red+Green+Blue) = 253+200+30=483 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.38% from 483); Green value is 200 (78.52% from 255 or 41.41% from 483); Blue value is 30 (12.11% from 255 or 6.21% from 483); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC81E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC81E is #0237E1. Grayscale: #C5C5C5. Windows color (decimal): -145378 or 2017533. OLE color: 2017533.

HSL color Cylindrical-coordinate representation of color #FDC81E: hue angle of 45.74º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #FDC81E is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 200 30 -
CMYK 0 0.21 0.88 0.01
HSL 45.74º 0.98% 0.55% -
HSV(B) 45.74º 0.88% 0.99% -
XYZ 61.4 62.28 10.01 -
YUV 196.47 34.06 168.32 -
System Red Green Blue C M Y K H S L
Decimal 253 200 30 0 0.21 0.88 0.01 45.74 0.98 0.55
Hex FD C8 1E 0 15 58 1 2E 62 37
Octal 375 310 36 0 25 130 1 56 142 67
Binary 11111101 11001000 11110 0 10101 1011000 1 101110 1100010 110111

Color Harmonies of #FDC81E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC81E

Black with #FDC81E

Text Example


Text Example

White with #FDC81E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC81E; }

 p { color: rgb(253,200,30); }

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

background-color css

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

 a { background-color: rgb(253,200,30); }

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

border-color css

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

 span { border-color: rgb(253,200,30); }

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