Html Css Color HEX #FAC91D Turbo

📋 copy color: '#FAC91D'

red 250 ◦ green 201 ◦ blue 29

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

Shades of Turbo #FAC91D

Tints of Turbo #FAC91D

RGB

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

 GREEN value IS 201 (78.91% from 255) = 41.88%

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

R = 52.08%
G = 41.88%
B = 6.04%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FAC91D (or 0xFAC91D) is known color: Turbo. HEX triplet: FA, C9 and 1D. RGB value is (250,201,29). Sum of RGB (Red+Green+Blue) = 250+201+29=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 29 (11.72% from 255 or 6.04% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC91D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FAC91D is #0536E2. Grayscale: #C4C4C4. Windows color (decimal): -341731 or 1952250. OLE color: 1952250.

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

Color convert

RGB 250 201 29 -
CMYK 0 0.20 0.88 0.02
HSL 46.7º 0.96% 0.55% -
HSV(B) 46.7º 0.88% 0.98% -
XYZ 60.53 62.19 9.98 -
YUV 196.04 33.73 166.49 -
System Red Green Blue C M Y K H S L
Decimal 250 201 29 0 0.20 0.88 0.02 46.7 0.96 0.55
Hex FA C9 1D 0 14 58 2 2F 60 37
Octal 372 311 35 0 24 130 2 57 140 67
Binary 11111010 11001001 11101 0 10100 1011000 10 101111 1100000 110111

Color Harmonies of #FAC91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAC91D

Black with #FAC91D

Text Example


Text Example

White with #FAC91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAC91D; }

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

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

background-color css

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

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

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

border-color css

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

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

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