Html Css Color HEX #FACA1C Turbo

📋 copy color: '#FACA1C'

red 250 ◦ green 202 ◦ blue 28

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

Shades of Turbo #FACA1C

Tints of Turbo #FACA1C

RGB

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

 GREEN value IS 202 (79.3% from 255) = 42.08%

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

R = 52.08%
G = 42.08%
B = 5.83%

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

#FACA1C (or 0xFACA1C) is known color: Turbo. HEX triplet: FA, CA and 1C. RGB value is (250,202,28). Sum of RGB (Red+Green+Blue) = 250+202+28=480 (63% of max value = 765). Red value is 250 (98.05% from 255 or 52.08% from 480); Green value is 202 (79.30% from 255 or 42.08% from 480); Blue value is 28 (11.33% from 255 or 5.83% from 480); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA1C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA1C is #0535E3. Grayscale: #C5C5C5. Windows color (decimal): -341476 or 1886970. OLE color: 1886970.

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

Color convert

RGB 250 202 28 -
CMYK 0 0.19 0.89 0.02
HSL 47.03º 0.96% 0.55% -
HSV(B) 47.03º 0.89% 0.98% -
XYZ 60.75 62.65 9.99 -
YUV 196.52 32.9 166.15 -
System Red Green Blue C M Y K H S L
Decimal 250 202 28 0 0.19 0.89 0.02 47.03 0.96 0.55
Hex FA CA 1C 0 13 59 2 2F 60 37
Octal 372 312 34 0 23 131 2 57 140 67
Binary 11111010 11001010 11100 0 10011 1011001 10 101111 1100000 110111

Color Harmonies of #FACA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA1C

Black with #FACA1C

Text Example


Text Example

White with #FACA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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