Html Css Color HEX #FDC91F Turbo

📋 copy color: '#FDC91F'

red 253 ◦ green 201 ◦ blue 31

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

Shades of Turbo #FDC91F

Tints of Turbo #FDC91F

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.44%

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

R = 52.16%
G = 41.44%
B = 6.39%

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

#FDC91F (or 0xFDC91F) is known color: Turbo. HEX triplet: FD, C9 and 1F. RGB value is (253,201,31). Sum of RGB (Red+Green+Blue) = 253+201+31=485 (64% of max value = 765). Red value is 253 (99.22% from 255 or 52.16% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 31 (12.5% from 255 or 6.39% from 485); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC91F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC91F is #0236E0. Grayscale: #C5C5C5. Windows color (decimal): -145121 or 2083325. OLE color: 2083325.

HSL color Cylindrical-coordinate representation of color #FDC91F: hue angle of 45.95º 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 #FDC91F is Cyan = 0, Magento = 0.21, Yellow = 0.88 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 201 31 -
CMYK 0 0.21 0.88 0.01
HSL 45.95º 0.98% 0.56% -
HSV(B) 45.95º 0.88% 0.99% -
XYZ 61.64 62.75 10.16 -
YUV 197.17 34.23 167.82 -
System Red Green Blue C M Y K H S L
Decimal 253 201 31 0 0.21 0.88 0.01 45.95 0.98 0.56
Hex FD C9 1F 0 15 58 1 2E 62 38
Octal 375 311 37 0 25 130 1 56 142 70
Binary 11111101 11001001 11111 0 10101 1011000 1 101110 1100010 111000

Color Harmonies of #FDC91F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC91F

Black with #FDC91F

Text Example


Text Example

White with #FDC91F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC91F; }

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

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

background-color css

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

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

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

border-color css

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

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

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