Html Css Color HEX #F2BE34 Saffron

📋 copy color: '#F2BE34'

red 242 ◦ green 190 ◦ blue 52

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

Shades of Saffron #F2BE34

Tints of Saffron #F2BE34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 10.74%

R = 50%
G = 39.26%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.79

 K value IS 0.05

RGB Variations

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

Color information

#F2BE34 (or 0xF2BE34) is known color: Saffron. HEX triplet: F2, BE and 34. RGB value is (242,190,52). Sum of RGB (Red+Green+Blue) = 242+190+52=484 (64% of max value = 765). Red value is 242 (94.92% from 255 or 50% from 484); Green value is 190 (74.61% from 255 or 39.26% from 484); Blue value is 52 (20.70% from 255 or 10.74% from 484); Max value from RGB is 242 - color contains mainly: red. Hex color #F2BE34 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F2BE34 is #0D41CB. Grayscale: #BEBEBE. Windows color (decimal): -868812 or 3456754. OLE color: 3456754.

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

Color convert

RGB 242 190 52 -
CMYK 0 0.21 0.79 0.05
HSL 43.58º 0.88% 0.58% -
HSV(B) 43.58º 0.79% 0.95% -
XYZ 55.65 55.95 11.12 -
YUV 189.82 50.23 165.22 -
System Red Green Blue C M Y K H S L
Decimal 242 190 52 0 0.21 0.79 0.05 43.58 0.88 0.58
Hex F2 BE 34 0 15 4F 5 2C 58 3A
Octal 362 276 64 0 25 117 5 54 130 72
Binary 11110010 10111110 110100 0 10101 1001111 101 101100 1011000 111010

Color Harmonies of #F2BE34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2BE34

Black with #F2BE34

Text Example


Text Example

White with #F2BE34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2BE34; }

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

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

background-color css

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

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

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

border-color css

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

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

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