Html Css Color HEX #F5AE3C Yellow Orange

📋 copy color: '#F5AE3C'

red 245 ◦ green 174 ◦ blue 60

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

Shades of Yellow Orange #F5AE3C

Tints of Yellow Orange #F5AE3C

RGB

 RED value IS 245 (96.09% from 255) = 51.15%

 GREEN value IS 174 (68.36% from 255) = 36.33%

 BLUE value IS 60 (23.83% from 255) = 12.53%

R = 51.15%
G = 36.33%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5AE3C (or 0xF5AE3C) is known color: Yellow Orange. HEX triplet: F5, AE and 3C. RGB value is (245,174,60). Sum of RGB (Red+Green+Blue) = 245+174+60=479 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.15% from 479); Green value is 174 (68.36% from 255 or 36.33% from 479); Blue value is 60 (23.83% from 255 or 12.53% from 479); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AE3C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5AE3C is #0A51C3. Grayscale: #B6B6B6. Windows color (decimal): -676292 or 3976949. OLE color: 3976949.

HSL color Cylindrical-coordinate representation of color #F5AE3C: hue angle of 36.97º degrees, saturation: 0.9, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F5AE3C is Cyan = 0, Magento = 0.29, Yellow = 0.76 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 174 60 -
CMYK 0 0.29 0.76 0.04
HSL 36.97º 0.9% 0.6% -
HSV(B) 36.97º 0.76% 0.96% -
XYZ 53.61 50.01 11.1 -
YUV 182.23 59.02 172.77 -
System Red Green Blue C M Y K H S L
Decimal 245 174 60 0 0.29 0.76 0.04 36.97 0.9 0.6
Hex F5 AE 3C 0 1D 4C 4 25 5A 3C
Octal 365 256 74 0 35 114 4 45 132 74
Binary 11110101 10101110 111100 0 11101 1001100 100 100101 1011010 111100

Color Harmonies of #F5AE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5AE3C

Black with #F5AE3C

Text Example


Text Example

White with #F5AE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5AE3C; }

 p { color: rgb(245,174,60); }

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

background-color css

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

 a { background-color: rgb(245,174,60); }

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

border-color css

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

 span { border-color: rgb(245,174,60); }

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