Html Css Color HEX #F7BE2D Saffron

📋 copy color: '#F7BE2D'

red 247 ◦ green 190 ◦ blue 45

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

Shades of Saffron #F7BE2D

Tints of Saffron #F7BE2D

RGB

 RED value IS 247 (96.88% from 255) = 51.24%

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

 BLUE value IS 45 (17.97% from 255) = 9.34%

R = 51.24%
G = 39.42%
B = 9.34%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.03

RGB Variations

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

Color information

#F7BE2D (or 0xF7BE2D) is known color: Saffron. HEX triplet: F7, BE and 2D. RGB value is (247,190,45). Sum of RGB (Red+Green+Blue) = 247+190+45=482 (63% of max value = 765). Red value is 247 (96.88% from 255 or 51.24% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 45 (17.97% from 255 or 9.34% from 482); Max value from RGB is 247 - color contains mainly: red. Hex color #F7BE2D is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F7BE2D is #0841D2. Grayscale: #BFBFBF. Windows color (decimal): -541139 or 2998007. OLE color: 2998007.

HSL color Cylindrical-coordinate representation of color #F7BE2D: hue angle of 43.07º degrees, saturation: 0.93, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F7BE2D is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 190 45 -
CMYK 0 0.23 0.82 0.03
HSL 43.07º 0.93% 0.57% -
HSV(B) 43.07º 0.82% 0.97% -
XYZ 57.24 56.79 10.43 -
YUV 190.51 45.88 168.29 -
System Red Green Blue C M Y K H S L
Decimal 247 190 45 0 0.23 0.82 0.03 43.07 0.93 0.57
Hex F7 BE 2D 0 17 52 3 2B 5D 39
Octal 367 276 55 0 27 122 3 53 135 71
Binary 11110111 10111110 101101 0 10111 1010010 11 101011 1011101 111001

Color Harmonies of #F7BE2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7BE2D

Black with #F7BE2D

Text Example


Text Example

White with #F7BE2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7BE2D; }

 p { color: rgb(247,190,45); }

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

background-color css

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

 a { background-color: rgb(247,190,45); }

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

border-color css

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

 span { border-color: rgb(247,190,45); }

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