Html Css Color HEX #FAB23D Supernova

📋 copy color: '#FAB23D'

red 250 ◦ green 178 ◦ blue 61

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

Shades of Supernova #FAB23D

Tints of Supernova #FAB23D

RGB

 RED value IS 250 (98.05% from 255) = 51.12%

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

 BLUE value IS 61 (24.22% from 255) = 12.47%

R = 51.12%
G = 36.4%
B = 12.47%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.76

 K value IS 0.02

RGB Variations

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

Color information

#FAB23D (or 0xFAB23D) is known color: Supernova. HEX triplet: FA, B2 and 3D. RGB value is (250,178,61). Sum of RGB (Red+Green+Blue) = 250+178+61=489 (64% of max value = 765). Red value is 250 (98.05% from 255 or 51.12% from 489); Green value is 178 (69.92% from 255 or 36.40% from 489); Blue value is 61 (24.22% from 255 or 12.47% from 489); Max value from RGB is 250 - color contains mainly: red. Hex color #FAB23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FAB23D is #054DC2. Grayscale: #BABABA. Windows color (decimal): -347587 or 4043514. OLE color: 4043514.

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

Color convert

RGB 250 178 61 -
CMYK 0 0.29 0.76 0.02
HSL 37.14º 0.95% 0.61% -
HSV(B) 37.14º 0.76% 0.98% -
XYZ 56.19 52.5 11.59 -
YUV 186.19 57.35 173.51 -
System Red Green Blue C M Y K H S L
Decimal 250 178 61 0 0.29 0.76 0.02 37.14 0.95 0.61
Hex FA B2 3D 0 1D 4C 2 25 5F 3D
Octal 372 262 75 0 35 114 2 45 137 75
Binary 11111010 10110010 111101 0 11101 1001100 10 100101 1011111 111101

Color Harmonies of #FAB23D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAB23D

Black with #FAB23D

Text Example


Text Example

White with #FAB23D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAB23D; }

 p { color: rgb(250,178,61); }

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

background-color css

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

 a { background-color: rgb(250,178,61); }

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

border-color css

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

 span { border-color: rgb(250,178,61); }

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