Html Css Color HEX #F5C03A Saffron

📋 copy color: '#F5C03A'

red 245 ◦ green 192 ◦ blue 58

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

Shades of Saffron #F5C03A

Tints of Saffron #F5C03A

RGB

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

 GREEN value IS 192 (75.39% from 255) = 38.79%

 BLUE value IS 58 (23.05% from 255) = 11.72%

R = 49.49%
G = 38.79%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.76

 K value IS 0.04

RGB Variations

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

Color information

#F5C03A (or 0xF5C03A) is known color: Saffron. HEX triplet: F5, C0 and 3A. RGB value is (245,192,58). Sum of RGB (Red+Green+Blue) = 245+192+58=495 (65% of max value = 765). Red value is 245 (96.09% from 255 or 49.49% from 495); Green value is 192 (75.39% from 255 or 38.79% from 495); Blue value is 58 (23.05% from 255 or 11.72% from 495); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C03A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C03A is #0A3FC5. Grayscale: #C1C1C1. Windows color (decimal): -671686 or 3850485. OLE color: 3850485.

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

Color convert

RGB 245 192 58 -
CMYK 0 0.22 0.76 0.04
HSL 42.99º 0.9% 0.59% -
HSV(B) 42.99º 0.76% 0.96% -
XYZ 57.27 57.42 12.07 -
YUV 192.57 52.06 165.4 -
System Red Green Blue C M Y K H S L
Decimal 245 192 58 0 0.22 0.76 0.04 42.99 0.9 0.59
Hex F5 C0 3A 0 16 4C 4 2B 5A 3B
Octal 365 300 72 0 26 114 4 53 132 73
Binary 11110101 11000000 111010 0 10110 1001100 100 101011 1011010 111011

Color Harmonies of #F5C03A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C03A

Black with #F5C03A

Text Example


Text Example

White with #F5C03A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C03A; }

 p { color: rgb(245,192,58); }

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

background-color css

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

 a { background-color: rgb(245,192,58); }

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

border-color css

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

 span { border-color: rgb(245,192,58); }

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