Html Css Color HEX #F5BA29 Bright Sun

📋 copy color: '#F5BA29'

red 245 ◦ green 186 ◦ blue 41

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

Shades of Bright Sun #F5BA29

Tints of Bright Sun #F5BA29

RGB

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

 GREEN value IS 186 (73.05% from 255) = 39.41%

 BLUE value IS 41 (16.41% from 255) = 8.69%

R = 51.91%
G = 39.41%
B = 8.69%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.83

 K value IS 0.04

RGB Variations

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

Color information

#F5BA29 (or 0xF5BA29) is known color: Bright Sun. HEX triplet: F5, BA and 29. RGB value is (245,186,41). Sum of RGB (Red+Green+Blue) = 245+186+41=472 (62% of max value = 765). Red value is 245 (96.09% from 255 or 51.91% from 472); Green value is 186 (73.05% from 255 or 39.41% from 472); Blue value is 41 (16.41% from 255 or 8.69% from 472); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA29 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA29 is #0A45D6. Grayscale: #BBBBBB. Windows color (decimal): -673239 or 2734837. OLE color: 2734837.

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

Color convert

RGB 245 186 41 -
CMYK 0 0.24 0.83 0.04
HSL 42.65º 0.91% 0.56% -
HSV(B) 42.65º 0.83% 0.96% -
XYZ 55.62 54.69 9.72 -
YUV 187.11 45.55 169.29 -
System Red Green Blue C M Y K H S L
Decimal 245 186 41 0 0.24 0.83 0.04 42.65 0.91 0.56
Hex F5 BA 29 0 18 53 4 2B 5B 38
Octal 365 272 51 0 30 123 4 53 133 70
Binary 11110101 10111010 101001 0 11000 1010011 100 101011 1011011 111000

Color Harmonies of #F5BA29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA29

Black with #F5BA29

Text Example


Text Example

White with #F5BA29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA29; }

 p { color: rgb(245,186,41); }

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

background-color css

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

 a { background-color: rgb(245,186,41); }

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

border-color css

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

 span { border-color: rgb(245,186,41); }

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