Html Css Color HEX #F2BE3C Saffron

📋 copy color: '#F2BE3C'

red 242 ◦ green 190 ◦ blue 60

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

Shades of Saffron #F2BE3C

Tints of Saffron #F2BE3C

RGB

 RED value IS 242 (94.92% from 255) = 49.19%

 GREEN value IS 190 (74.61% from 255) = 38.62%

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

R = 49.19%
G = 38.62%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.75

 K value IS 0.05

RGB Variations

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

Color information

#F2BE3C (or 0xF2BE3C) is known color: Saffron. HEX triplet: F2, BE and 3C. RGB value is (242,190,60). Sum of RGB (Red+Green+Blue) = 242+190+60=492 (65% of max value = 765). Red value is 242 (94.92% from 255 or 49.19% from 492); Green value is 190 (74.61% from 255 or 38.62% from 492); Blue value is 60 (23.83% from 255 or 12.20% from 492); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE3C is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE3C is #0D41C3. Grayscale: #BFBFBF. Windows color (decimal): -868804 or 3981042. OLE color: 3981042.

HSL color Cylindrical-coordinate representation of color #F2BE3C: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #F2BE3C is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 190 60 -
CMYK 0 0.21 0.75 0.05
HSL 42.86º 0.88% 0.59% -
HSV(B) 42.86º 0.75% 0.95% -
XYZ 55.85 56.03 12.15 -
YUV 190.73 54.23 164.57 -
System Red Green Blue C M Y K H S L
Decimal 242 190 60 0 0.21 0.75 0.05 42.86 0.88 0.59
Hex F2 BE 3C 0 15 4B 5 2B 58 3B
Octal 362 276 74 0 25 113 5 53 130 73
Binary 11110010 10111110 111100 0 10101 1001011 101 101011 1011000 111011

Color Harmonies of #F2BE3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE3C

Black with #F2BE3C

Text Example


Text Example

White with #F2BE3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE3C; }

 p { color: rgb(242,190,60); }

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

background-color css

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

 a { background-color: rgb(242,190,60); }

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

border-color css

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

 span { border-color: rgb(242,190,60); }

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