Html Css Color HEX #FAB240 Yellow Orange

📋 copy color: '#FAB240'

red 250 ◦ green 178 ◦ blue 64

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

Shades of Yellow Orange #FAB240

Tints of Yellow Orange #FAB240

RGB

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

 GREEN value IS 178 (69.92% from 255) = 36.18%

 BLUE value IS 64 (25.39% from 255) = 13.01%

R = 50.81%
G = 36.18%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.74

 K value IS 0.02

RGB Variations

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

Color information

#FAB240 (or 0xFAB240) is known color: Yellow Orange. HEX triplet: FA, B2 and 40. RGB value is (250,178,64). Sum of RGB (Red+Green+Blue) = 250+178+64=492 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.81% from 492); Green value is 178 (69.92% from 255 or 36.18% from 492); Blue value is 64 (25.39% from 255 or 13.01% from 492); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB240 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB240 is #054DBF. Grayscale: #BBBBBB. Windows color (decimal): -347584 or 4240122. OLE color: 4240122.

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

Color convert

RGB 250 178 64 -
CMYK 0 0.29 0.74 0.02
HSL 36.77º 0.95% 0.62% -
HSV(B) 36.77º 0.74% 0.98% -
XYZ 56.27 52.53 12.02 -
YUV 186.53 58.85 173.27 -
System Red Green Blue C M Y K H S L
Decimal 250 178 64 0 0.29 0.74 0.02 36.77 0.95 0.62
Hex FA B2 40 0 1D 4A 2 25 5F 3E
Octal 372 262 100 0 35 112 2 45 137 76
Binary 11111010 10110010 1000000 0 11101 1001010 10 100101 1011111 111110

Color Harmonies of #FAB240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB240

Black with #FAB240

Text Example


Text Example

White with #FAB240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB240; }

 p { color: rgb(250,178,64); }

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

background-color css

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

 a { background-color: rgb(250,178,64); }

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

border-color css

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

 span { border-color: rgb(250,178,64); }

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