Html Css Color HEX #FDC81D Turbo

📋 copy color: '#FDC81D'

red 253 ◦ green 200 ◦ blue 29

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

Shades of Turbo #FDC81D

Tints of Turbo #FDC81D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 6.02%

R = 52.49%
G = 41.49%
B = 6.02%

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

#FDC81D (or 0xFDC81D) is known color: Turbo. HEX triplet: FD, C8 and 1D. RGB value is (253,200,29). Sum of RGB (Red+Green+Blue) = 253+200+29=482 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.49% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 29 (11.72% from 255 or 6.02% from 482); Max value from RGB is 253 - color contains mainly: red. Hex color #FDC81D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FDC81D is #0237E2. Grayscale: #C5C5C5. Windows color (decimal): -145379 or 1951997. OLE color: 1951997.

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

Color convert

RGB 253 200 29 -
CMYK 0 0.21 0.89 0.01
HSL 45.8º 0.98% 0.55% -
HSV(B) 45.8º 0.89% 0.99% -
XYZ 61.38 62.28 9.95 -
YUV 196.35 33.56 168.4 -
System Red Green Blue C M Y K H S L
Decimal 253 200 29 0 0.21 0.89 0.01 45.8 0.98 0.55
Hex FD C8 1D 0 15 59 1 2E 62 37
Octal 375 310 35 0 25 131 1 56 142 67
Binary 11111101 11001000 11101 0 10101 1011001 1 101110 1100010 110111

Color Harmonies of #FDC81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDC81D

Black with #FDC81D

Text Example


Text Example

White with #FDC81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDC81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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