Html Css Color HEX #F5BA2E Bright Sun

📋 copy color: '#F5BA2E'

red 245 ◦ green 186 ◦ blue 46

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

Shades of Bright Sun #F5BA2E

Tints of Bright Sun #F5BA2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 9.64%

R = 51.36%
G = 38.99%
B = 9.64%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.81

 K value IS 0.04

RGB Variations

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

Color information

#F5BA2E (or 0xF5BA2E) is known color: Bright Sun. HEX triplet: F5, BA and 2E. RGB value is (245,186,46). Sum of RGB (Red+Green+Blue) = 245+186+46=477 (63% of max value = 765). Red value is 245 (96.09% from 255 or 51.36% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 46 (18.36% from 255 or 9.64% from 477); Max value from RGB is 245 - color contains mainly: red. Hex color #F5BA2E is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F5BA2E is #0A45D1. Grayscale: #BCBCBC. Windows color (decimal): -673234 or 3062517. OLE color: 3062517.

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

Color convert

RGB 245 186 46 -
CMYK 0 0.24 0.81 0.04
HSL 42.21º 0.91% 0.57% -
HSV(B) 42.21º 0.81% 0.96% -
XYZ 55.71 54.73 10.21 -
YUV 187.68 48.05 168.88 -
System Red Green Blue C M Y K H S L
Decimal 245 186 46 0 0.24 0.81 0.04 42.21 0.91 0.57
Hex F5 BA 2E 0 18 51 4 2A 5B 39
Octal 365 272 56 0 30 121 4 52 133 71
Binary 11110101 10111010 101110 0 11000 1010001 100 101010 1011011 111001

Color Harmonies of #F5BA2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5BA2E

Black with #F5BA2E

Text Example


Text Example

White with #F5BA2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5BA2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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