Html Css Color HEX #F3B320 Bright Sun

📋 copy color: '#F3B320'

red 243 ◦ green 179 ◦ blue 32

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

Shades of Bright Sun #F3B320

Tints of Bright Sun #F3B320

RGB

 RED value IS 243 (95.31% from 255) = 53.52%

 GREEN value IS 179 (70.31% from 255) = 39.43%

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

R = 53.52%
G = 39.43%
B = 7.05%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.87

 K value IS 0.05

RGB Variations

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

Color information

#F3B320 (or 0xF3B320) is known color: Bright Sun. HEX triplet: F3, B3 and 20. RGB value is (243,179,32). Sum of RGB (Red+Green+Blue) = 243+179+32=454 (60% of max value = 765). Red value is 243 (95.31% from 255 or 53.52% from 454); Green value is 179 (70.31% from 255 or 39.43% from 454); Blue value is 32 (12.89% from 255 or 7.05% from 454); Max value from RGB is 243 - color contains mainly: red. Hex color #F3B320 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F3B320 is #0C4CDF. Grayscale: #B6B6B6. Windows color (decimal): -806112 or 2143219. OLE color: 2143219.

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

Color convert

RGB 243 179 32 -
CMYK 0 0.26 0.87 0.05
HSL 41.8º 0.9% 0.54% -
HSV(B) 41.8º 0.87% 0.95% -
XYZ 53.34 51.4 8.48 -
YUV 181.38 43.7 171.95 -
System Red Green Blue C M Y K H S L
Decimal 243 179 32 0 0.26 0.87 0.05 41.8 0.9 0.54
Hex F3 B3 20 0 1A 57 5 2A 5A 36
Octal 363 263 40 0 32 127 5 52 132 66
Binary 11110011 10110011 100000 0 11010 1010111 101 101010 1011010 110110

Color Harmonies of #F3B320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F3B320

Black with #F3B320

Text Example


Text Example

White with #F3B320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F3B320; }

 p { color: rgb(243,179,32); }

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

background-color css

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

 a { background-color: rgb(243,179,32); }

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

border-color css

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

 span { border-color: rgb(243,179,32); }

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