Html Css Color HEX #FFB43A Supernova

📋 copy color: '#FFB43A'

red 255 ◦ green 180 ◦ blue 58

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

Shades of Supernova #FFB43A

Tints of Supernova #FFB43A

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.51%

 BLUE value IS 58 (23.05% from 255) = 11.76%

R = 51.72%
G = 36.51%
B = 11.76%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.77

 K value IS 0

RGB Variations

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

Color information

#FFB43A (or 0xFFB43A) is known color: Supernova. HEX triplet: FF, B4 and 3A. RGB value is (255,180,58). Sum of RGB (Red+Green+Blue) = 255+180+58=493 (65% of max value = 765). Red value is 255 (100% from 255 or 51.72% from 493); Green value is 180 (70.70% from 255 or 36.51% from 493); Blue value is 58 (23.05% from 255 or 11.76% from 493); Max value from RGB is 255 - color contains mainly: red. Hex color #FFB43A is not a web safe color. Web safe color analog (approx): #FFCC33. Inversed color of #FFB43A is #004BC5. Grayscale: #BDBDBD. Windows color (decimal): -19398 or 3847423. OLE color: 3847423.

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

Color convert

RGB 255 180 58 -
CMYK 0 0.29 0.77 0
HSL 37.16º 1% 0.61% -
HSV(B) 37.16º 0.77% 1% -
XYZ 58.32 54.21 11.39 -
YUV 188.52 54.35 175.42 -
System Red Green Blue C M Y K H S L
Decimal 255 180 58 0 0.29 0.77 0 37.16 1 0.61
Hex FF B4 3A 0 1D 4D 0 25 64 3D
Octal 377 264 72 0 35 115 0 45 144 75
Binary 11111111 10110100 111010 0 11101 1001101 0 100101 1100100 111101

Color Harmonies of #FFB43A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFB43A

Black with #FFB43A

Text Example


Text Example

White with #FFB43A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFB43A; }

 p { color: rgb(255,180,58); }

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

background-color css

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

 a { background-color: rgb(255,180,58); }

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

border-color css

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

 span { border-color: rgb(255,180,58); }

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