Html Css Color HEX #F5B125 Bright Sun

📋 copy color: '#F5B125'

red 245 ◦ green 177 ◦ blue 37

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

Shades of Bright Sun #F5B125

Tints of Bright Sun #F5B125

RGB

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

 GREEN value IS 177 (69.53% from 255) = 38.56%

 BLUE value IS 37 (14.84% from 255) = 8.06%

R = 53.38%
G = 38.56%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.04

RGB Variations

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

Color information

#F5B125 (or 0xF5B125) is known color: Bright Sun. HEX triplet: F5, B1 and 25. RGB value is (245,177,37). Sum of RGB (Red+Green+Blue) = 245+177+37=459 (60% of max value = 765). Red value is 245 (96.09% from 255 or 53.38% from 459); Green value is 177 (69.53% from 255 or 38.56% from 459); Blue value is 37 (14.84% from 255 or 8.06% from 459); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B125 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B125 is #0A4EDA. Grayscale: #B6B6B6. Windows color (decimal): -675547 or 2470389. OLE color: 2470389.

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

Color convert

RGB 245 177 37 -
CMYK 0 0.28 0.85 0.04
HSL 40.38º 0.91% 0.55% -
HSV(B) 40.38º 0.85% 0.96% -
XYZ 53.71 50.99 8.76 -
YUV 181.37 46.53 173.38 -
System Red Green Blue C M Y K H S L
Decimal 245 177 37 0 0.28 0.85 0.04 40.38 0.91 0.55
Hex F5 B1 25 0 1C 55 4 28 5B 37
Octal 365 261 45 0 34 125 4 50 133 67
Binary 11110101 10110001 100101 0 11100 1010101 100 101000 1011011 110111

Color Harmonies of #F5B125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B125

Black with #F5B125

Text Example


Text Example

White with #F5B125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B125; }

 p { color: rgb(245,177,37); }

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

background-color css

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

 a { background-color: rgb(245,177,37); }

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

border-color css

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

 span { border-color: rgb(245,177,37); }

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