Html Css Color HEX #FDC81F Turbo

📋 copy color: '#FDC81F'

red 253 ◦ green 200 ◦ blue 31

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

Shades of Turbo #FDC81F

Tints of Turbo #FDC81F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 6.4%

R = 52.27%
G = 41.32%
B = 6.4%

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

#FDC81F (or 0xFDC81F) is known color: Turbo. HEX triplet: FD, C8 and 1F. RGB value is (253,200,31). Sum of RGB (Red+Green+Blue) = 253+200+31=484 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.27% from 484); Green value is 200 (78.52% from 255 or 41.32% from 484); Blue value is 31 (12.5% from 255 or 6.40% from 484); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC81F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC81F is #0237E0. Grayscale: #C5C5C5. Windows color (decimal): -145377 or 2083069. OLE color: 2083069.

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

Color convert

RGB 253 200 31 -
CMYK 0 0.21 0.88 0.01
HSL 45.68º 0.98% 0.56% -
HSV(B) 45.68º 0.88% 0.99% -
XYZ 61.41 62.29 10.08 -
YUV 196.58 34.56 168.24 -
System Red Green Blue C M Y K H S L
Decimal 253 200 31 0 0.21 0.88 0.01 45.68 0.98 0.56
Hex FD C8 1F 0 15 58 1 2E 62 38
Octal 375 310 37 0 25 130 1 56 142 70
Binary 11111101 11001000 11111 0 10101 1011000 1 101110 1100010 111000

Color Harmonies of #FDC81F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC81F

Black with #FDC81F

Text Example


Text Example

White with #FDC81F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC81F; }

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

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

background-color css

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

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

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

border-color css

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

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

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