Html Css Color HEX #F5B72F Bright Sun

📋 copy color: '#F5B72F'

red 245 ◦ green 183 ◦ blue 47

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

Shades of Bright Sun #F5B72F

Tints of Bright Sun #F5B72F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 47 (18.75% from 255) = 9.89%

R = 51.58%
G = 38.53%
B = 9.89%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5B72F (or 0xF5B72F) is known color: Bright Sun. HEX triplet: F5, B7 and 2F. RGB value is (245,183,47). Sum of RGB (Red+Green+Blue) = 245+183+47=475 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.58% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 47 (18.75% from 255 or 9.89% from 475); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B72F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B72F is #0A48D0. Grayscale: #BABABA. Windows color (decimal): -674001 or 3127285. OLE color: 3127285.

HSL color Cylindrical-coordinate representation of color #F5B72F: hue angle of 41.21º degrees, saturation: 0.91, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F5B72F is Cyan = 0, Magento = 0.25, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 183 47 -
CMYK 0 0.25 0.81 0.04
HSL 41.21º 0.91% 0.57% -
HSV(B) 41.21º 0.81% 0.96% -
XYZ 55.1 53.48 10.11 -
YUV 186.03 49.54 170.06 -
System Red Green Blue C M Y K H S L
Decimal 245 183 47 0 0.25 0.81 0.04 41.21 0.91 0.57
Hex F5 B7 2F 0 19 51 4 29 5B 39
Octal 365 267 57 0 31 121 4 51 133 71
Binary 11110101 10110111 101111 0 11001 1010001 100 101001 1011011 111001

Color Harmonies of #F5B72F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B72F

Black with #F5B72F

Text Example


Text Example

White with #F5B72F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B72F; }

 p { color: rgb(245,183,47); }

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

background-color css

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

 a { background-color: rgb(245,183,47); }

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

border-color css

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

 span { border-color: rgb(245,183,47); }

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