Html Css Color HEX #FDC81A Turbo

📋 copy color: '#FDC81A'

red 253 ◦ green 200 ◦ blue 26

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

Shades of Turbo #FDC81A

Tints of Turbo #FDC81A

RGB

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

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

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

R = 52.82%
G = 41.75%
B = 5.43%

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

#FDC81A (or 0xFDC81A) is known color: Turbo. HEX triplet: FD, C8 and 1A. RGB value is (253,200,26). Sum of RGB (Red+Green+Blue) = 253+200+26=479 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.82% from 479); Green value is 200 (78.52% from 255 or 41.75% from 479); Blue value is 26 (10.55% from 255 or 5.43% from 479); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC81A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC81A is #0237E5. Grayscale: #C4C4C4. Windows color (decimal): -145382 or 1755389. OLE color: 1755389.

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

Color convert

RGB 253 200 26 -
CMYK 0 0.21 0.90 0.01
HSL 45.99º 0.98% 0.55% -
HSV(B) 45.99º 0.9% 0.99% -
XYZ 61.35 62.27 9.76 -
YUV 196.01 32.06 168.65 -
System Red Green Blue C M Y K H S L
Decimal 253 200 26 0 0.21 0.90 0.01 45.99 0.98 0.55
Hex FD C8 1A 0 15 5A 1 2E 62 37
Octal 375 310 32 0 25 132 1 56 142 67
Binary 11111101 11001000 11010 0 10101 1011010 1 101110 1100010 110111

Color Harmonies of #FDC81A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC81A

Black with #FDC81A

Text Example


Text Example

White with #FDC81A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC81A; }

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

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

background-color css

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

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

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

border-color css

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

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

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