Html Css Color HEX #FAD91D Turbo

📋 copy color: '#FAD91D'

red 250 ◦ green 217 ◦ blue 29

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

Shades of Turbo #FAD91D

Tints of Turbo #FAD91D

RGB

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

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

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

R = 50.4%
G = 43.75%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAD91D (or 0xFAD91D) is known color: Turbo. HEX triplet: FA, D9 and 1D. RGB value is (250,217,29). Sum of RGB (Red+Green+Blue) = 250+217+29=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 217 (85.16% from 255 or 43.75% from 496); Blue value is 29 (11.72% from 255 or 5.85% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FAD91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAD91D is #0526E2. Grayscale: #CECECE. Windows color (decimal): -337635 or 1956346. OLE color: 1956346.

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

Color convert

RGB 250 217 29 -
CMYK 0 0.13 0.88 0.02
HSL 51.04º 0.96% 0.55% -
HSV(B) 51.04º 0.88% 0.98% -
XYZ 64.46 70.04 11.28 -
YUV 205.44 28.43 159.79 -
System Red Green Blue C M Y K H S L
Decimal 250 217 29 0 0.13 0.88 0.02 51.04 0.96 0.55
Hex FA D9 1D 0 D 58 2 33 60 37
Octal 372 331 35 0 15 130 2 63 140 67
Binary 11111010 11011001 11101 0 1101 1011000 10 110011 1100000 110111

Color Harmonies of #FAD91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAD91D

Black with #FAD91D

Text Example


Text Example

White with #FAD91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAD91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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