Html Css Color HEX #F2B221 Bright Sun

📋 copy color: '#F2B221'

red 242 ◦ green 178 ◦ blue 33

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

Shades of Bright Sun #F2B221

Tints of Bright Sun #F2B221

RGB

 RED value IS 242 (94.92% from 255) = 53.42%

 GREEN value IS 178 (69.92% from 255) = 39.29%

 BLUE value IS 33 (13.28% from 255) = 7.28%

R = 53.42%
G = 39.29%
B = 7.28%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.05

RGB Variations

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

Color information

#F2B221 (or 0xF2B221) is known color: Bright Sun. HEX triplet: F2, B2 and 21. RGB value is (242,178,33). Sum of RGB (Red+Green+Blue) = 242+178+33=453 (60% of max value = 765). Red value is 242 (94.92% from 255 or 53.42% from 453); Green value is 178 (69.92% from 255 or 39.29% from 453); Blue value is 33 (13.28% from 255 or 7.28% from 453); Max value from RGB is 242 - color contains mainly: red. Hex color #F2B221 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F2B221 is #0D4DDE. Grayscale: #B5B5B5. Windows color (decimal): -871903 or 2208498. OLE color: 2208498.

HSL color Cylindrical-coordinate representation of color #F2B221: hue angle of 41.63º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F2B221 is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 178 33 -
CMYK 0 0.26 0.86 0.05
HSL 41.63º 0.89% 0.54% -
HSV(B) 41.63º 0.86% 0.95% -
XYZ 52.81 50.83 8.47 -
YUV 180.61 44.7 171.79 -
System Red Green Blue C M Y K H S L
Decimal 242 178 33 0 0.26 0.86 0.05 41.63 0.89 0.54
Hex F2 B2 21 0 1A 56 5 2A 59 36
Octal 362 262 41 0 32 126 5 52 131 66
Binary 11110010 10110010 100001 0 11010 1010110 101 101010 1011001 110110

Color Harmonies of #F2B221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2B221

Black with #F2B221

Text Example


Text Example

White with #F2B221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2B221; }

 p { color: rgb(242,178,33); }

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

background-color css

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

 a { background-color: rgb(242,178,33); }

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

border-color css

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

 span { border-color: rgb(242,178,33); }

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