Html Css Color HEX #FACC25 Turbo

📋 copy color: '#FACC25'

red 250 ◦ green 204 ◦ blue 37

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

Shades of Turbo #FACC25

Tints of Turbo #FACC25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 7.54%

R = 50.92%
G = 41.55%
B = 7.54%

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

#FACC25 (or 0xFACC25) is known color: Turbo. HEX triplet: FA, CC and 25. RGB value is (250,204,37). Sum of RGB (Red+Green+Blue) = 250+204+37=491 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.92% from 491); Green value is 204 (80.08% from 255 or 41.55% from 491); Blue value is 37 (14.84% from 255 or 7.54% from 491); Max value from RGB is 250 - color contains mainly: red. Hex color #FACC25 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FACC25 is #0533DA. Grayscale: #C7C7C7. Windows color (decimal): -340955 or 2477306. OLE color: 2477306.

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

Color convert

RGB 250 204 37 -
CMYK 0 0.18 0.85 0.02
HSL 47.04º 0.96% 0.56% -
HSV(B) 47.04º 0.85% 0.98% -
XYZ 61.35 63.64 10.8 -
YUV 198.72 36.74 164.58 -
System Red Green Blue C M Y K H S L
Decimal 250 204 37 0 0.18 0.85 0.02 47.04 0.96 0.56
Hex FA CC 25 0 12 55 2 2F 60 38
Octal 372 314 45 0 22 125 2 57 140 70
Binary 11111010 11001100 100101 0 10010 1010101 10 101111 1100000 111000

Color Harmonies of #FACC25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FACC25

Black with #FACC25

Text Example


Text Example

White with #FACC25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FACC25; }

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

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

background-color css

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

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

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

border-color css

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

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

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