Html Css Color HEX #F0B734 Bright Sun

📋 copy color: '#F0B734'

red 240 ◦ green 183 ◦ blue 52

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

Shades of Bright Sun #F0B734

Tints of Bright Sun #F0B734

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.53%

 BLUE value IS 52 (20.7% from 255) = 10.95%

R = 50.53%
G = 38.53%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0B734 (or 0xF0B734) is known color: Bright Sun. HEX triplet: F0, B7 and 34. RGB value is (240,183,52). Sum of RGB (Red+Green+Blue) = 240+183+52=475 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.53% from 475); Green value is 183 (71.88% from 255 or 38.53% from 475); Blue value is 52 (20.70% from 255 or 10.95% from 475); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B734 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #F0B734 is #0F48CB. Grayscale: #B9B9B9. Windows color (decimal): -1001676 or 3454960. OLE color: 3454960.

HSL color Cylindrical-coordinate representation of color #F0B734: hue angle of 41.81º degrees, saturation: 0.86, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F0B734 is Cyan = 0, Magento = 0.24, Yellow = 0.78 and Black (K on CMYK) = 0.06.

Color convert

RGB 240 183 52 -
CMYK 0 0.24 0.78 0.06
HSL 41.81º 0.86% 0.57% -
HSV(B) 41.81º 0.78% 0.94% -
XYZ 53.49 52.64 10.59 -
YUV 185.11 52.88 167.15 -
System Red Green Blue C M Y K H S L
Decimal 240 183 52 0 0.24 0.78 0.06 41.81 0.86 0.57
Hex F0 B7 34 0 18 4E 6 2A 56 39
Octal 360 267 64 0 30 116 6 52 126 71
Binary 11110000 10110111 110100 0 11000 1001110 110 101010 1010110 111001

Color Harmonies of #F0B734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B734

Black with #F0B734

Text Example


Text Example

White with #F0B734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B734; }

 p { color: rgb(240,183,52); }

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

background-color css

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

 a { background-color: rgb(240,183,52); }

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

border-color css

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

 span { border-color: rgb(240,183,52); }

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