Html Css Color HEX #F0B327 Bright Sun

📋 copy color: '#F0B327'

red 240 ◦ green 179 ◦ blue 39

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

Shades of Bright Sun #F0B327

Tints of Bright Sun #F0B327

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 8.52%

R = 52.4%
G = 39.08%
B = 8.52%

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

#F0B327 (or 0xF0B327) is known color: Bright Sun. HEX triplet: F0, B3 and 27. RGB value is (240,179,39). Sum of RGB (Red+Green+Blue) = 240+179+39=458 (60% of max value = 765). Red value is 240 (94.14% from 255 or 52.40% from 458); Green value is 179 (70.31% from 255 or 39.08% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B327 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B327 is #0F4CD8. Grayscale: #B5B5B5. Windows color (decimal): -1002713 or 2601968. OLE color: 2601968.

HSL color Cylindrical-coordinate representation of color #F0B327: hue angle of 41.79º 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 #F0B327 is Cyan = 0, Magento = 0.25, Yellow = 0.84 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 179 39 -
CMYK 0 0.25 0.84 0.06
HSL 41.79º 0.87% 0.55% -
HSV(B) 41.79º 0.84% 0.94% -
XYZ 52.42 50.91 8.98 -
YUV 181.28 47.71 169.88 -
System Red Green Blue C M Y K H S L
Decimal 240 179 39 0 0.25 0.84 0.06 41.79 0.87 0.55
Hex F0 B3 27 0 19 54 6 2A 57 37
Octal 360 263 47 0 31 124 6 52 127 67
Binary 11110000 10110011 100111 0 11001 1010100 110 101010 1010111 110111

Color Harmonies of #F0B327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B327

Black with #F0B327

Text Example


Text Example

White with #F0B327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B327; }

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

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

background-color css

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

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

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

border-color css

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

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

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