Html Css Color HEX #FACC1E Turbo

📋 copy color: '#FACC1E'

red 250 ◦ green 204 ◦ blue 30

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

Shades of Turbo #FACC1E

Tints of Turbo #FACC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 6.2%

R = 51.65%
G = 42.15%
B = 6.2%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FACC1E (or 0xFACC1E) is known color: Turbo. HEX triplet: FA, CC and 1E. RGB value is (250,204,30). Sum of RGB (Red+Green+Blue) = 250+204+30=484 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.65% from 484); Green value is 204 (80.08% from 255 or 42.15% from 484); Blue value is 30 (12.11% from 255 or 6.20% from 484); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC1E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC1E is #0533E1. Grayscale: #C6C6C6. Windows color (decimal): -340962 or 2018554. OLE color: 2018554.

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

Color convert

RGB 250 204 30 -
CMYK 0 0.18 0.88 0.02
HSL 47.45º 0.96% 0.55% -
HSV(B) 47.45º 0.88% 0.98% -
XYZ 61.25 63.6 10.28 -
YUV 197.92 33.24 165.15 -
System Red Green Blue C M Y K H S L
Decimal 250 204 30 0 0.18 0.88 0.02 47.45 0.96 0.55
Hex FA CC 1E 0 12 58 2 2F 60 37
Octal 372 314 36 0 22 130 2 57 140 67
Binary 11111010 11001100 11110 0 10010 1011000 10 101111 1100000 110111

Color Harmonies of #FACC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC1E

Black with #FACC1E

Text Example


Text Example

White with #FACC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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