Html Css Color HEX #FAD91C Turbo

📋 copy color: '#FAD91C'

red 250 ◦ green 217 ◦ blue 28

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

Shades of Turbo #FAD91C

Tints of Turbo #FAD91C

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.84%

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

R = 50.51%
G = 43.84%
B = 5.66%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FAD91C (or 0xFAD91C) is known color: Turbo. HEX triplet: FA, D9 and 1C. RGB value is (250,217,28). Sum of RGB (Red+Green+Blue) = 250+217+28=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 217 (85.16% from 255 or 43.84% from 495); Blue value is 28 (11.33% from 255 or 5.66% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD91C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD91C is #0526E3. Grayscale: #CECECE. Windows color (decimal): -337636 or 1890810. OLE color: 1890810.

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

Color convert

RGB 250 217 28 -
CMYK 0 0.13 0.89 0.02
HSL 51.08º 0.96% 0.55% -
HSV(B) 51.08º 0.89% 0.98% -
XYZ 64.45 70.03 11.22 -
YUV 205.32 27.93 159.87 -
System Red Green Blue C M Y K H S L
Decimal 250 217 28 0 0.13 0.89 0.02 51.08 0.96 0.55
Hex FA D9 1C 0 D 59 2 33 60 37
Octal 372 331 34 0 15 131 2 63 140 67
Binary 11111010 11011001 11100 0 1101 1011001 10 110011 1100000 110111

Color Harmonies of #FAD91C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD91C

Black with #FAD91C

Text Example


Text Example

White with #FAD91C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD91C; }

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

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

background-color css

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

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

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

border-color css

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

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

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