Html Css Color HEX #FACB1C Turbo

📋 copy color: '#FACB1C'

red 250 ◦ green 203 ◦ blue 28

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

Shades of Turbo #FACB1C

Tints of Turbo #FACB1C

RGB

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

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

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

R = 51.98%
G = 42.2%
B = 5.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FACB1C (or 0xFACB1C) is known color: Turbo. HEX triplet: FA, CB and 1C. RGB value is (250,203,28). Sum of RGB (Red+Green+Blue) = 250+203+28=481 (63% of max value = 765). Red value is 250 (98.05% from 255 or 51.98% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 28 (11.33% from 255 or 5.82% from 481); Max value from RGB is 250 - color contains mainly: red. Hex color #FACB1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACB1C is #0534E3. Grayscale: #C5C5C5. Windows color (decimal): -341220 or 1887226. OLE color: 1887226.

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

Color convert

RGB 250 203 28 -
CMYK 0 0.19 0.89 0.02
HSL 47.3º 0.96% 0.55% -
HSV(B) 47.3º 0.89% 0.98% -
XYZ 60.99 63.12 10.07 -
YUV 197.1 32.57 165.73 -
System Red Green Blue C M Y K H S L
Decimal 250 203 28 0 0.19 0.89 0.02 47.3 0.96 0.55
Hex FA CB 1C 0 13 59 2 2F 60 37
Octal 372 313 34 0 23 131 2 57 140 67
Binary 11111010 11001011 11100 0 10011 1011001 10 101111 1100000 110111

Color Harmonies of #FACB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACB1C

Black with #FACB1C

Text Example


Text Example

White with #FACB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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