Html Css Color HEX #FFB930 Supernova

📋 copy color: '#FFB930'

red 255 ◦ green 185 ◦ blue 48

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

Shades of Supernova #FFB930

Tints of Supernova #FFB930

RGB

 RED value IS 255 (100% from 255) = 52.25%

 GREEN value IS 185 (72.66% from 255) = 37.91%

 BLUE value IS 48 (19.14% from 255) = 9.84%

R = 52.25%
G = 37.91%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.81

 K value IS 0

RGB Variations

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

Color information

#FFB930 (or 0xFFB930) is known color: Supernova. HEX triplet: FF, B9 and 30. RGB value is (255,185,48). Sum of RGB (Red+Green+Blue) = 255+185+48=488 (64% of max value = 765). Red value is 255 (100% from 255 or 52.25% from 488); Green value is 185 (72.66% from 255 or 37.91% from 488); Blue value is 48 (19.14% from 255 or 9.84% from 488); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB930 is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB930 is #0046CF. Grayscale: #BEBEBE. Windows color (decimal): -18128 or 3193343. OLE color: 3193343.

HSL color Cylindrical-coordinate representation of color #FFB930: hue angle of 39.71º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FFB930 is Cyan = 0, Magento = 0.27, Yellow = 0.81 and Black (K on CMYK) = 0.

Color convert

RGB 255 185 48 -
CMYK 0 0.27 0.81 0
HSL 39.71º 1% 0.59% -
HSV(B) 39.71º 0.81% 1% -
XYZ 59.12 56.17 10.52 -
YUV 190.31 47.69 174.14 -
System Red Green Blue C M Y K H S L
Decimal 255 185 48 0 0.27 0.81 0 39.71 1 0.59
Hex FF B9 30 0 1B 51 0 28 64 3B
Octal 377 271 60 0 33 121 0 50 144 73
Binary 11111111 10111001 110000 0 11011 1010001 0 101000 1100100 111011

Color Harmonies of #FFB930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB930

Black with #FFB930

Text Example


Text Example

White with #FFB930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB930; }

 p { color: rgb(255,185,48); }

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

background-color css

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

 a { background-color: rgb(255,185,48); }

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

border-color css

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

 span { border-color: rgb(255,185,48); }

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