Html Css Color HEX #F1B528 Bright Sun

📋 copy color: '#F1B528'

red 241 ◦ green 181 ◦ blue 40

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

Shades of Bright Sun #F1B528

Tints of Bright Sun #F1B528

RGB

 RED value IS 241 (94.53% from 255) = 52.16%

 GREEN value IS 181 (71.09% from 255) = 39.18%

 BLUE value IS 40 (16.02% from 255) = 8.66%

R = 52.16%
G = 39.18%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.05

RGB Variations

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

Color information

#F1B528 (or 0xF1B528) is known color: Bright Sun. HEX triplet: F1, B5 and 28. RGB value is (241,181,40). Sum of RGB (Red+Green+Blue) = 241+181+40=462 (61% of max value = 765). Red value is 241 (94.53% from 255 or 52.16% from 462); Green value is 181 (71.09% from 255 or 39.18% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 241 - color contains mainly: red. Hex color #F1B528 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F1B528 is #0E4AD7. Grayscale: #B7B7B7. Windows color (decimal): -936664 or 2668017. OLE color: 2668017.

HSL color Cylindrical-coordinate representation of color #F1B528: hue angle of 42.09º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F1B528 is Cyan = 0, Magento = 0.25, Yellow = 0.83 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 181 40 -
CMYK 0 0.25 0.83 0.05
HSL 42.09º 0.88% 0.55% -
HSV(B) 42.09º 0.83% 0.95% -
XYZ 53.18 51.9 9.22 -
YUV 182.87 47.38 169.46 -
System Red Green Blue C M Y K H S L
Decimal 241 181 40 0 0.25 0.83 0.05 42.09 0.88 0.55
Hex F1 B5 28 0 19 53 5 2A 58 37
Octal 361 265 50 0 31 123 5 52 130 67
Binary 11110001 10110101 101000 0 11001 1010011 101 101010 1011000 110111

Color Harmonies of #F1B528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1B528

Black with #F1B528

Text Example


Text Example

White with #F1B528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1B528; }

 p { color: rgb(241,181,40); }

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

background-color css

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

 a { background-color: rgb(241,181,40); }

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

border-color css

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

 span { border-color: rgb(241,181,40); }

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