Html Css Color HEX #F5B12A Bright Sun

📋 copy color: '#F5B12A'

red 245 ◦ green 177 ◦ blue 42

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

Shades of Bright Sun #F5B12A

Tints of Bright Sun #F5B12A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 9.05%

R = 52.8%
G = 38.15%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5B12A (or 0xF5B12A) is known color: Bright Sun. HEX triplet: F5, B1 and 2A. RGB value is (245,177,42). Sum of RGB (Red+Green+Blue) = 245+177+42=464 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.80% from 464); Green value is 177 (69.53% from 255 or 38.15% from 464); Blue value is 42 (16.80% from 255 or 9.05% from 464); Max value from RGB is 245 - color contains mainly: red. Hex color #F5B12A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5B12A is #0A4ED5. Grayscale: #B6B6B6. Windows color (decimal): -675542 or 2798069. OLE color: 2798069.

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

Color convert

RGB 245 177 42 -
CMYK 0 0.28 0.83 0.04
HSL 39.9º 0.91% 0.56% -
HSV(B) 39.9º 0.83% 0.96% -
XYZ 53.8 51.02 9.2 -
YUV 181.94 49.03 172.98 -
System Red Green Blue C M Y K H S L
Decimal 245 177 42 0 0.28 0.83 0.04 39.9 0.91 0.56
Hex F5 B1 2A 0 1C 53 4 28 5B 38
Octal 365 261 52 0 34 123 4 50 133 70
Binary 11110101 10110001 101010 0 11100 1010011 100 101000 1011011 111000

Color Harmonies of #F5B12A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5B12A

Black with #F5B12A

Text Example


Text Example

White with #F5B12A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5B12A; }

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

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

background-color css

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

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

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

border-color css

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

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

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