Html Css Color HEX #FDC91A Turbo

📋 copy color: '#FDC91A'

red 253 ◦ green 201 ◦ blue 26

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

Shades of Turbo #FDC91A

Tints of Turbo #FDC91A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 5.42%

R = 52.71%
G = 41.88%
B = 5.42%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.01

RGB Variations

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

Color information

#FDC91A (or 0xFDC91A) is known color: Turbo. HEX triplet: FD, C9 and 1A. RGB value is (253,201,26). Sum of RGB (Red+Green+Blue) = 253+201+26=480 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.71% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 26 (10.55% from 255 or 5.42% from 480); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC91A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC91A is #0236E5. Grayscale: #C5C5C5. Windows color (decimal): -145126 or 1755645. OLE color: 1755645.

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

Color convert

RGB 253 201 26 -
CMYK 0 0.21 0.90 0.01
HSL 46.26º 0.98% 0.55% -
HSV(B) 46.26º 0.9% 0.99% -
XYZ 61.58 62.73 9.84 -
YUV 196.6 31.73 168.23 -
System Red Green Blue C M Y K H S L
Decimal 253 201 26 0 0.21 0.90 0.01 46.26 0.98 0.55
Hex FD C9 1A 0 15 5A 1 2E 62 37
Octal 375 311 32 0 25 132 1 56 142 67
Binary 11111101 11001001 11010 0 10101 1011010 1 101110 1100010 110111

Color Harmonies of #FDC91A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC91A

Black with #FDC91A

Text Example


Text Example

White with #FDC91A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC91A; }

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

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

background-color css

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

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

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

border-color css

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

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

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