Html Css Color HEX #F5B62F Bright Sun

📋 copy color: '#F5B62F'

red 245 ◦ green 182 ◦ blue 47

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

Shades of Bright Sun #F5B62F

Tints of Bright Sun #F5B62F

RGB

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

 GREEN value IS 182 (71.48% from 255) = 38.4%

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

R = 51.69%
G = 38.4%
B = 9.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5B62F (or 0xF5B62F) is known color: Bright Sun. HEX triplet: F5, B6 and 2F. RGB value is (245,182,47). Sum of RGB (Red+Green+Blue) = 245+182+47=474 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.69% from 474); Green value is 182 (71.48% from 255 or 38.40% from 474); Blue value is 47 (18.75% from 255 or 9.92% from 474); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B62F is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5B62F is #0A49D0. Grayscale: #BABABA. Windows color (decimal): -674257 or 3127029. OLE color: 3127029.

HSL color Cylindrical-coordinate representation of color #F5B62F: hue angle of 40.91º 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 #F5B62F is Cyan = 0, Magento = 0.26, Yellow = 0.81 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 182 47 -
CMYK 0 0.26 0.81 0.04
HSL 40.91º 0.91% 0.57% -
HSV(B) 40.91º 0.81% 0.96% -
XYZ 54.9 53.07 10.04 -
YUV 185.45 49.87 170.48 -
System Red Green Blue C M Y K H S L
Decimal 245 182 47 0 0.26 0.81 0.04 40.91 0.91 0.57
Hex F5 B6 2F 0 1A 51 4 29 5B 39
Octal 365 266 57 0 32 121 4 51 133 71
Binary 11110101 10110110 101111 0 11010 1010001 100 101001 1011011 111001

Color Harmonies of #F5B62F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B62F

Black with #F5B62F

Text Example


Text Example

White with #F5B62F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B62F; }

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

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

background-color css

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

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

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

border-color css

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

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

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