Html Css Color HEX #FACC24 Turbo

📋 copy color: '#FACC24'

red 250 ◦ green 204 ◦ blue 36

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

Shades of Turbo #FACC24

Tints of Turbo #FACC24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 7.35%

R = 51.02%
G = 41.63%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.86

 K value IS 0.02

RGB Variations

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

Color information

#FACC24 (or 0xFACC24) is known color: Turbo. HEX triplet: FA, CC and 24. RGB value is (250,204,36). Sum of RGB (Red+Green+Blue) = 250+204+36=490 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.02% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 36 (14.45% from 255 or 7.35% from 490); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC24 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC24 is #0533DB. Grayscale: #C7C7C7. Windows color (decimal): -340956 or 2411770. OLE color: 2411770.

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

Color convert

RGB 250 204 36 -
CMYK 0 0.18 0.86 0.02
HSL 47.1º 0.96% 0.56% -
HSV(B) 47.1º 0.86% 0.98% -
XYZ 61.34 63.64 10.72 -
YUV 198.6 36.24 164.66 -
System Red Green Blue C M Y K H S L
Decimal 250 204 36 0 0.18 0.86 0.02 47.1 0.96 0.56
Hex FA CC 24 0 12 56 2 2F 60 38
Octal 372 314 44 0 22 126 2 57 140 70
Binary 11111010 11001100 100100 0 10010 1010110 10 101111 1100000 111000

Color Harmonies of #FACC24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC24

Black with #FACC24

Text Example


Text Example

White with #FACC24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC24; }

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

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

background-color css

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

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

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

border-color css

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

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

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