Html Css Color HEX #FACC26 Turbo

📋 copy color: '#FACC26'

red 250 ◦ green 204 ◦ blue 38

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

Shades of Turbo #FACC26

Tints of Turbo #FACC26

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.46%

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

R = 50.81%
G = 41.46%
B = 7.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.85

 K value IS 0.02

RGB Variations

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

Color information

#FACC26 (or 0xFACC26) is known color: Turbo. HEX triplet: FA, CC and 26. RGB value is (250,204,38). Sum of RGB (Red+Green+Blue) = 250+204+38=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 204 (80.08% from 255 or 41.46% from 492); Blue value is 38 (15.23% from 255 or 7.72% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC26 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC26 is #0533D9. Grayscale: #C7C7C7. Windows color (decimal): -340954 or 2542842. OLE color: 2542842.

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

Color convert

RGB 250 204 38 -
CMYK 0 0.18 0.85 0.02
HSL 46.98º 0.95% 0.56% -
HSV(B) 46.98º 0.85% 0.98% -
XYZ 61.37 63.65 10.88 -
YUV 198.83 37.24 164.5 -
System Red Green Blue C M Y K H S L
Decimal 250 204 38 0 0.18 0.85 0.02 46.98 0.95 0.56
Hex FA CC 26 0 12 55 2 2F 5F 38
Octal 372 314 46 0 22 125 2 57 137 70
Binary 11111010 11001100 100110 0 10010 1010101 10 101111 1011111 111000

Color Harmonies of #FACC26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC26

Black with #FACC26

Text Example


Text Example

White with #FACC26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC26; }

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

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

background-color css

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

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

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

border-color css

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

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

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