Html Css Color HEX #FFD01C Turbo

📋 copy color: '#FFD01C'

red 255 ◦ green 208 ◦ blue 28

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

Shades of Turbo #FFD01C

Tints of Turbo #FFD01C

RGB

 RED value IS 255 (100% from 255) = 51.93%

 GREEN value IS 208 (81.64% from 255) = 42.36%

 BLUE value IS 28 (11.33% from 255) = 5.7%

R = 51.93%
G = 42.36%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.89

 K value IS 0

RGB Variations

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

Color information

#FFD01C (or 0xFFD01C) is known color: Turbo. HEX triplet: FF, D0 and 1C. RGB value is (255,208,28). Sum of RGB (Red+Green+Blue) = 255+208+28=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 208 (81.64% from 255 or 42.36% from 491); Blue value is 28 (11.33% from 255 or 5.70% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FFD01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFD01C is #002FE3. Grayscale: #CACACA. Windows color (decimal): -12260 or 1888511. OLE color: 1888511.

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

Color convert

RGB 255 208 28 -
CMYK 0 0.18 0.89 0
HSL 47.58º 1% 0.55% -
HSV(B) 47.58º 0.89% 1% -
XYZ 64.01 66.46 10.55 -
YUV 201.53 30.07 166.14 -
System Red Green Blue C M Y K H S L
Decimal 255 208 28 0 0.18 0.89 0 47.58 1 0.55
Hex FF D0 1C 0 12 59 0 30 64 37
Octal 377 320 34 0 22 131 0 60 144 67
Binary 11111111 11010000 11100 0 10010 1011001 0 110000 1100100 110111

Color Harmonies of #FFD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFD01C

Black with #FFD01C

Text Example


Text Example

White with #FFD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFD01C; }

 p { color: rgb(255,208,28); }

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

background-color css

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

 a { background-color: rgb(255,208,28); }

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

border-color css

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

 span { border-color: rgb(255,208,28); }

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