Html Css Color HEX #FAD01C Turbo

📋 copy color: '#FAD01C'

red 250 ◦ green 208 ◦ blue 28

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

Shades of Turbo #FAD01C

Tints of Turbo #FAD01C

RGB

 RED value IS 250 (98.05% from 255) = 51.44%

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

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

R = 51.44%
G = 42.8%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAD01C (or 0xFAD01C) is known color: Turbo. HEX triplet: FA, D0 and 1C. RGB value is (250,208,28). Sum of RGB (Red+Green+Blue) = 250+208+28=486 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.44% from 486); Green value is 208 (81.64% from 255 or 42.80% from 486); Blue value is 28 (11.33% from 255 or 5.76% from 486); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD01C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD01C is #052FE3. Grayscale: #C8C8C8. Windows color (decimal): -339940 or 1888506. OLE color: 1888506.

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

Color convert

RGB 250 208 28 -
CMYK 0 0.17 0.89 0.02
HSL 48.65º 0.96% 0.55% -
HSV(B) 48.65º 0.89% 0.98% -
XYZ 62.19 65.52 10.47 -
YUV 200.04 30.91 163.64 -
System Red Green Blue C M Y K H S L
Decimal 250 208 28 0 0.17 0.89 0.02 48.65 0.96 0.55
Hex FA D0 1C 0 11 59 2 31 60 37
Octal 372 320 34 0 21 131 2 61 140 67
Binary 11111010 11010000 11100 0 10001 1011001 10 110001 1100000 110111

Color Harmonies of #FAD01C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD01C

Black with #FAD01C

Text Example


Text Example

White with #FAD01C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD01C; }

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

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

background-color css

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

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

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

border-color css

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

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

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