Html Css Color HEX #F4B120 Bright Sun

📋 copy color: '#F4B120'

red 244 ◦ green 177 ◦ blue 32

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

Shades of Bright Sun #F4B120

Tints of Bright Sun #F4B120

RGB

 RED value IS 244 (95.7% from 255) = 53.86%

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

 BLUE value IS 32 (12.89% from 255) = 7.06%

R = 53.86%
G = 39.07%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.04

RGB Variations

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

Color information

#F4B120 (or 0xF4B120) is known color: Bright Sun. HEX triplet: F4, B1 and 20. RGB value is (244,177,32). Sum of RGB (Red+Green+Blue) = 244+177+32=453 (60% of max value = 765). Red value is 244 (95.70% from 255 or 53.86% from 453); Green value is 177 (69.53% from 255 or 39.07% from 453); Blue value is 32 (12.89% from 255 or 7.06% from 453); Max value from RGB is 244 - color contains mainly: red. Hex color #F4B120 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F4B120 is #0B4EDF. Grayscale: #B5B5B5. Windows color (decimal): -741088 or 2142708. OLE color: 2142708.

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

Color convert

RGB 244 177 32 -
CMYK 0 0.27 0.87 0.04
HSL 41.04º 0.91% 0.54% -
HSV(B) 41.04º 0.87% 0.96% -
XYZ 53.29 50.78 8.36 -
YUV 180.5 44.2 173.29 -
System Red Green Blue C M Y K H S L
Decimal 244 177 32 0 0.27 0.87 0.04 41.04 0.91 0.54
Hex F4 B1 20 0 1B 57 4 29 5B 36
Octal 364 261 40 0 33 127 4 51 133 66
Binary 11110100 10110001 100000 0 11011 1010111 100 101001 1011011 110110

Color Harmonies of #F4B120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4B120

Black with #F4B120

Text Example


Text Example

White with #F4B120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4B120; }

 p { color: rgb(244,177,32); }

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

background-color css

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

 a { background-color: rgb(244,177,32); }

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

border-color css

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

 span { border-color: rgb(244,177,32); }

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