Html Css Color HEX #FACA28 Turbo

📋 copy color: '#FACA28'

red 250 ◦ green 202 ◦ blue 40

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

Shades of Turbo #FACA28

Tints of Turbo #FACA28

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 8.13%

R = 50.81%
G = 41.06%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.84

 K value IS 0.02

RGB Variations

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

Color information

#FACA28 (or 0xFACA28) is known color: Turbo. HEX triplet: FA, CA and 28. RGB value is (250,202,40). Sum of RGB (Red+Green+Blue) = 250+202+40=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 202 (79.30% from 255 or 41.06% from 492); Blue value is 40 (16.02% from 255 or 8.13% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA28 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA28 is #0535D7. Grayscale: #C6C6C6. Windows color (decimal): -341464 or 2673402. OLE color: 2673402.

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

Color convert

RGB 250 202 40 -
CMYK 0 0.19 0.84 0.02
HSL 46.29º 0.95% 0.57% -
HSV(B) 46.29º 0.84% 0.98% -
XYZ 60.93 62.72 10.9 -
YUV 197.88 38.9 165.17 -
System Red Green Blue C M Y K H S L
Decimal 250 202 40 0 0.19 0.84 0.02 46.29 0.95 0.57
Hex FA CA 28 0 13 54 2 2E 5F 39
Octal 372 312 50 0 23 124 2 56 137 71
Binary 11111010 11001010 101000 0 10011 1010100 10 101110 1011111 111001

Color Harmonies of #FACA28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA28

Black with #FACA28

Text Example


Text Example

White with #FACA28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA28; }

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

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

background-color css

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

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

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

border-color css

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

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

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