Html Css Color HEX #FACB20 Turbo

📋 copy color: '#FACB20'

red 250 ◦ green 203 ◦ blue 32

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

Shades of Turbo #FACB20

Tints of Turbo #FACB20

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.86%

 BLUE value IS 32 (12.89% from 255) = 6.6%

R = 51.55%
G = 41.86%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.87

 K value IS 0.02

RGB Variations

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

Color information

#FACB20 (or 0xFACB20) is known color: Turbo. HEX triplet: FA, CB and 20. RGB value is (250,203,32). Sum of RGB (Red+Green+Blue) = 250+203+32=485 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.55% from 485); Green value is 203 (79.69% from 255 or 41.86% from 485); Blue value is 32 (12.89% from 255 or 6.60% from 485); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB20 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB20 is #0534DF. Grayscale: #C6C6C6. Windows color (decimal): -341216 or 2149370. OLE color: 2149370.

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

Color convert

RGB 250 203 32 -
CMYK 0 0.19 0.87 0.02
HSL 47.06º 0.96% 0.55% -
HSV(B) 47.06º 0.87% 0.98% -
XYZ 61.04 63.14 10.34 -
YUV 197.56 34.57 165.4 -
System Red Green Blue C M Y K H S L
Decimal 250 203 32 0 0.19 0.87 0.02 47.06 0.96 0.55
Hex FA CB 20 0 13 57 2 2F 60 37
Octal 372 313 40 0 23 127 2 57 140 67
Binary 11111010 11001011 100000 0 10011 1010111 10 101111 1100000 110111

Color Harmonies of #FACB20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB20

Black with #FACB20

Text Example


Text Example

White with #FACB20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB20; }

 p { color: rgb(250,203,32); }

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

background-color css

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

 a { background-color: rgb(250,203,32); }

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

border-color css

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

 span { border-color: rgb(250,203,32); }

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