Html Css Color HEX #FACA26 Turbo

📋 copy color: '#FACA26'

red 250 ◦ green 202 ◦ blue 38

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

Shades of Turbo #FACA26

Tints of Turbo #FACA26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 7.76%

R = 51.02%
G = 41.22%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FACA26 (or 0xFACA26) is known color: Turbo. HEX triplet: FA, CA and 26. RGB value is (250,202,38). Sum of RGB (Red+Green+Blue) = 250+202+38=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 202 (79.30% from 255 or 41.22% from 490); Blue value is 38 (15.23% from 255 or 7.76% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FACA26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACA26 is #0535D9. Grayscale: #C6C6C6. Windows color (decimal): -341466 or 2542330. OLE color: 2542330.

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

Color convert

RGB 250 202 38 -
CMYK 0 0.19 0.85 0.02
HSL 46.42º 0.95% 0.56% -
HSV(B) 46.42º 0.85% 0.98% -
XYZ 60.89 62.7 10.73 -
YUV 197.66 37.9 165.34 -
System Red Green Blue C M Y K H S L
Decimal 250 202 38 0 0.19 0.85 0.02 46.42 0.95 0.56
Hex FA CA 26 0 13 55 2 2E 5F 38
Octal 372 312 46 0 23 125 2 56 137 70
Binary 11111010 11001010 100110 0 10011 1010101 10 101110 1011111 111000

Color Harmonies of #FACA26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACA26

Black with #FACA26

Text Example


Text Example

White with #FACA26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACA26; }

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

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

background-color css

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

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

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

border-color css

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

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

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