#F0BF27

Color #F0BF27 Bright Sun (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bright Sun #F0BF27

Tints of Bright Sun #F0BF27

Color information

#F0BF27 (or 0xF0BF27) is unknown color: approx Bright Sun. HEX triplet: F0, BF and 27. RGB value is (240,191,39). Sum of RGB (Red+Green+Blue) = 240+191+39=470 (62% of max value = 765). Red value is 240 (94.14% from 255 or 51.06% from 470); Green value is 191 (75% from 255 or 40.64% from 470); Blue value is 39 (15.62% from 255 or 8.30% from 470); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BF27 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BF27 is #0F40D8. Grayscale: #BCBCBC. Windows color (decimal): -999641 or 2605040. OLE color: 2605040.

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

Color convert

RGB24019139-
CMYK00.200.840.06
HSL45.37º87.01%54.71%-
HSV(B)45.37º83.75%94.12%-
XYZ54.9355.939.82-
YUV188.3243.73164.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 51.06%
GREEN value IS 191 (75% from 255) = 40.64%
BLUE value IS 39 (15.62% from 255) = 8.30%
R=51.06%
G=40.64%
B=8.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.84
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2401913900.200.840.0645.3787.0154.71
HexF0BF270145462d5737
Octal3602774702412465512767
Binary111100001011111110011101010010101001101011011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0BF27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0BF27; }

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

 H1.HeaderClassName
 {
   color: #F0BF27;
 }
 .AnyTagClassName
 {
   color: #F0BF27;
 }
</style>
background-color css

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

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

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

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

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

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