Html Css Color HEX #FFB92A Supernova

📋 copy color: '#FFB92A'

red 255 ◦ green 185 ◦ blue 42

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

Shades of Supernova #FFB92A

Tints of Supernova #FFB92A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 8.71%

R = 52.9%
G = 38.38%
B = 8.71%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0

RGB Variations

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

Color information

#FFB92A (or 0xFFB92A) is known color: Supernova. HEX triplet: FF, B9 and 2A. RGB value is (255,185,42). Sum of RGB (Red+Green+Blue) = 255+185+42=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 185 (72.66% from 255 or 38.38% from 482); Blue value is 42 (16.80% from 255 or 8.71% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB92A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB92A is #0046D5. Grayscale: #BEBEBE. Windows color (decimal): -18134 or 2800127. OLE color: 2800127.

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

Color convert

RGB 255 185 42 -
CMYK 0 0.27 0.84 0
HSL 40.28º 1% 0.58% -
HSV(B) 40.28º 0.84% 1% -
XYZ 59.01 56.13 9.91 -
YUV 189.63 44.69 174.63 -
System Red Green Blue C M Y K H S L
Decimal 255 185 42 0 0.27 0.84 0 40.28 1 0.58
Hex FF B9 2A 0 1B 54 0 28 64 3A
Octal 377 271 52 0 33 124 0 50 144 72
Binary 11111111 10111001 101010 0 11011 1010100 0 101000 1100100 111010

Color Harmonies of #FFB92A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB92A

Black with #FFB92A

Text Example


Text Example

White with #FFB92A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB92A; }

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

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

background-color css

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

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

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

border-color css

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

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

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