Html Css Color HEX #F0B235 Supernova

📋 copy color: '#F0B235'

red 240 ◦ green 178 ◦ blue 53

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

Shades of Supernova #F0B235

Tints of Supernova #F0B235

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.79%

 BLUE value IS 53 (21.09% from 255) = 11.25%

R = 50.96%
G = 37.79%
B = 11.25%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.78

 K value IS 0.06

RGB Variations

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

Color information

#F0B235 (or 0xF0B235) is known color: Supernova. HEX triplet: F0, B2 and 35. RGB value is (240,178,53). Sum of RGB (Red+Green+Blue) = 240+178+53=471 (62% of max value = 765). Red value is 240 (94.14% from 255 or 50.96% from 471); Green value is 178 (69.92% from 255 or 37.79% from 471); Blue value is 53 (21.09% from 255 or 11.25% from 471); Max value from RGB is 240 - color contains mainly: red. Hex color #F0B235 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0B235 is #0F4DCA. Grayscale: #B6B6B6. Windows color (decimal): -1002955 or 3519216. OLE color: 3519216.

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

Color convert

RGB 240 178 53 -
CMYK 0 0.26 0.78 0.06
HSL 40.11º 0.86% 0.57% -
HSV(B) 40.11º 0.78% 0.94% -
XYZ 52.5 50.62 10.37 -
YUV 182.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 240 178 53 0 0.26 0.78 0.06 40.11 0.86 0.57
Hex F0 B2 35 0 1A 4E 6 28 56 39
Octal 360 262 65 0 32 116 6 50 126 71
Binary 11110000 10110010 110101 0 11010 1001110 110 101000 1010110 111001

Color Harmonies of #F0B235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0B235

Black with #F0B235

Text Example


Text Example

White with #F0B235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0B235; }

 p { color: rgb(240,178,53); }

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

background-color css

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

 a { background-color: rgb(240,178,53); }

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

border-color css

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

 span { border-color: rgb(240,178,53); }

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