Html Css Color HEX #F5C23D Saffron

📋 copy color: '#F5C23D'

red 245 ◦ green 194 ◦ blue 61

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

Shades of Saffron #F5C23D

Tints of Saffron #F5C23D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 38.8%

 BLUE value IS 61 (24.22% from 255) = 12.2%

R = 49%
G = 38.8%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.04

RGB Variations

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

Color information

#F5C23D (or 0xF5C23D) is known color: Saffron. HEX triplet: F5, C2 and 3D. RGB value is (245,194,61). Sum of RGB (Red+Green+Blue) = 245+194+61=500 (66% of max value = 765). Red value is 245 (96.09% from 255 or 49% from 500); Green value is 194 (76.17% from 255 or 38.8% from 500); Blue value is 61 (24.22% from 255 or 12.2% from 500); Max value from RGB is 245 - color contains mainly: red. Hex color #F5C23D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5C23D is #0A3DC2. Grayscale: #C2C2C2. Windows color (decimal): -671171 or 4047605. OLE color: 4047605.

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

Color convert

RGB 245 194 61 -
CMYK 0 0.21 0.75 0.04
HSL 43.37º 0.9% 0.6% -
HSV(B) 43.37º 0.75% 0.96% -
XYZ 57.79 58.33 12.63 -
YUV 194.09 52.9 164.31 -
System Red Green Blue C M Y K H S L
Decimal 245 194 61 0 0.21 0.75 0.04 43.37 0.9 0.6
Hex F5 C2 3D 0 15 4B 4 2B 5A 3C
Octal 365 302 75 0 25 113 4 53 132 74
Binary 11110101 11000010 111101 0 10101 1001011 100 101011 1011010 111100

Color Harmonies of #F5C23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5C23D

Black with #F5C23D

Text Example


Text Example

White with #F5C23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5C23D; }

 p { color: rgb(245,194,61); }

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

background-color css

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

 a { background-color: rgb(245,194,61); }

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

border-color css

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

 span { border-color: rgb(245,194,61); }

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