Html Css Color HEX #FDC91B Turbo

📋 copy color: '#FDC91B'

red 253 ◦ green 201 ◦ blue 27

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

Shades of Turbo #FDC91B

Tints of Turbo #FDC91B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 5.61%

R = 52.6%
G = 41.79%
B = 5.61%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.01

RGB Variations

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

Color information

#FDC91B (or 0xFDC91B) is known color: Turbo. HEX triplet: FD, C9 and 1B. RGB value is (253,201,27). Sum of RGB (Red+Green+Blue) = 253+201+27=481 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.60% from 481); Green value is 201 (78.91% from 255 or 41.79% from 481); Blue value is 27 (10.94% from 255 or 5.61% from 481); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC91B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC91B is #0236E4. Grayscale: #C5C5C5. Windows color (decimal): -145125 or 1821181. OLE color: 1821181.

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

Color convert

RGB 253 201 27 -
CMYK 0 0.21 0.89 0.01
HSL 46.19º 0.98% 0.55% -
HSV(B) 46.19º 0.89% 0.99% -
XYZ 61.59 62.74 9.9 -
YUV 196.71 32.23 168.15 -
System Red Green Blue C M Y K H S L
Decimal 253 201 27 0 0.21 0.89 0.01 46.19 0.98 0.55
Hex FD C9 1B 0 15 59 1 2E 62 37
Octal 375 311 33 0 25 131 1 56 142 67
Binary 11111101 11001001 11011 0 10101 1011001 1 101110 1100010 110111

Color Harmonies of #FDC91B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC91B

Black with #FDC91B

Text Example


Text Example

White with #FDC91B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC91B; }

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

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

background-color css

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

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

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

border-color css

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

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

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