Html Css Color HEX #F0B326 Bright Sun

📋 copy color: '#F0B326'

red 240 ◦ green 179 ◦ blue 38

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

Shades of Bright Sun #F0B326

Tints of Bright Sun #F0B326

RGB

 RED value IS 240 (94.14% from 255) = 52.52%

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

 BLUE value IS 38 (15.23% from 255) = 8.32%

R = 52.52%
G = 39.17%
B = 8.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.06

RGB Variations

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

Color information

#F0B326 (or 0xF0B326) is known color: Bright Sun. HEX triplet: F0, B3 and 26. RGB value is (240,179,38). Sum of RGB (Red+Green+Blue) = 240+179+38=457 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.52% from 457); Green value is 179 (70.31% from 255 or 39.17% from 457); Blue value is 38 (15.23% from 255 or 8.32% from 457); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B326 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B326 is #0F4CD9. Grayscale: #B5B5B5. Windows color (decimal): -1002714 or 2536432. OLE color: 2536432.

HSL color Cylindrical-coordinate representation of color #F0B326: hue angle of 41.88º degrees, saturation: 0.87, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F0B326 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 38 -
CMYK 0 0.25 0.84 0.06
HSL 41.88º 0.87% 0.55% -
HSV(B) 41.88º 0.84% 0.94% -
XYZ 52.41 50.91 8.9 -
YUV 181.17 47.21 169.96 -
System Red Green Blue C M Y K H S L
Decimal 240 179 38 0 0.25 0.84 0.06 41.88 0.87 0.55
Hex F0 B3 26 0 19 54 6 2A 57 37
Octal 360 263 46 0 31 124 6 52 127 67
Binary 11110000 10110011 100110 0 11001 1010100 110 101010 1010111 110111

Color Harmonies of #F0B326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B326

Black with #F0B326

Text Example


Text Example

White with #F0B326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B326; }

 p { color: rgb(240,179,38); }

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

background-color css

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

 a { background-color: rgb(240,179,38); }

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

border-color css

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

 span { border-color: rgb(240,179,38); }

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