Html Css Color HEX #F0BE2B Bright Sun

📋 copy color: '#F0BE2B'

red 240 ◦ green 190 ◦ blue 43

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

Shades of Bright Sun #F0BE2B

Tints of Bright Sun #F0BE2B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 40.17%

 BLUE value IS 43 (17.19% from 255) = 9.09%

R = 50.74%
G = 40.17%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.82

 K value IS 0.06

RGB Variations

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

Color information

#F0BE2B (or 0xF0BE2B) is known color: Bright Sun. HEX triplet: F0, BE and 2B. RGB value is (240,190,43). Sum of RGB (Red+Green+Blue) = 240+190+43=473 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.74% from 473); Green value is 190 (74.61% from 255 or 40.17% from 473); Blue value is 43 (17.19% from 255 or 9.09% from 473); Max value from RGB is 240 - color contains mainly: red. Hex color #F0BE2B is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0BE2B is #0F41D4. Grayscale: #BCBCBC. Windows color (decimal): -999893 or 2866928. OLE color: 2866928.

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

Color convert

RGB 240 190 43 -
CMYK 0 0.21 0.82 0.06
HSL 44.77º 0.87% 0.55% -
HSV(B) 44.77º 0.82% 0.94% -
XYZ 54.78 55.53 10.12 -
YUV 188.19 46.07 164.95 -
System Red Green Blue C M Y K H S L
Decimal 240 190 43 0 0.21 0.82 0.06 44.77 0.87 0.55
Hex F0 BE 2B 0 15 52 6 2D 57 37
Octal 360 276 53 0 25 122 6 55 127 67
Binary 11110000 10111110 101011 0 10101 1010010 110 101101 1010111 110111

Color Harmonies of #F0BE2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0BE2B

Black with #F0BE2B

Text Example


Text Example

White with #F0BE2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0BE2B; }

 p { color: rgb(240,190,43); }

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

background-color css

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

 a { background-color: rgb(240,190,43); }

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

border-color css

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

 span { border-color: rgb(240,190,43); }

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